home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / misc / atalkdum.rea < prev    next >
Text File  |  1996-11-17  |  2KB  |  54 lines

  1. Atalkdump, an Appletalk dumper for Linux.
  2.  ver 0.01 pre-alpha
  3. -----------------------------------------
  4.  
  5. This program is a quick hack for dumping Ethertalk frames to stdout.
  6. It parses all the different kinds of Ethertalk Phase 2 frames that pass by
  7. on your net. (that is "it should parse...").
  8.  
  9. SOURCE CODE.
  10.  
  11.  Not yet public. (Too messy at this stage...)
  12.  
  13.  
  14. INSTALLATION.
  15.  
  16.  Just copy the program in some directory and try it out.
  17.  
  18.  
  19. HOW TO USE.
  20.  
  21.  atalkdump -a : show Appletalk Address Resolution Protocol frames
  22.            -d : show Routing Table Maintenance Protocol response or data frames
  23.            -r : show Routing Table Maintenance Protocol request frames
  24.            -n : show Name Binding Protocol frames
  25.            -t : show Appletalk Transaction Protocol frames
  26.            -e : show Appletalk Echo Protocol frames
  27.            -z : show Zone Information Protocol frames
  28.            -s : show Appletalk Data Stream Protocol frames
  29.            -w : show all frames in raw format
  30.            -u : show unknown frames with 802.2 header
  31.            -h : show this message
  32.            no options : show all frames (not in raw format)
  33.  
  34.  This program can only be run as root ( or setuid root).
  35.  For users of an NE2000 (clone) or WD (clone), a kernel patch
  36.  will be needed.
  37.  
  38.  Since the drivers in 1.0.x and 1.1.x are different, we're not
  39.  going to give a patch. You will have to do it manually.
  40.  In the file linux/drivers/net/8390.c change
  41.  
  42.      outb_p(E8390_RXCONFIG | 0x10, ioaddr + EN0_RXCR);
  43.                       ^^
  44.             the 10 to 18.
  45.  Otherwise you won't be able to see the multicast packets in
  46.  Promiscuous mode. This will probably be fixed in 1.1.20.
  47.  (don't forget to recompile the kernel :-)
  48.  Many many thanx to Alan Cox and Donald Becker for this.
  49.  
  50.  Please send your suggestions, bug reports, nice pictures, flames etc.
  51.  to jeroenb@igwe.vub.ac.be or chrisg@igwe.vub.ac.be
  52.  
  53.  Have fun.
  54.